-
Notifications
You must be signed in to change notification settings - Fork 105
Add OCaml compiler support #1382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cd01325
to
0d7caa5
Compare
Tried to run the tests locally but ran into:
|
0d7caa5
to
f0b86a5
Compare
Where do the |
You mean the https://github.com/JuliaBinaryWrappers/HelloWorldC_jll.jl package? That (and friend) are normal packages in Yggdrasil. |
That provides BinaryBuilder.jl/test/building.jl Lines 139 to 150 in 515bf75
Because those fail during testing:
|
Ah, the testsuite is in https://github.com/JuliaPackaging/Yggdrasil/tree/1faf9cffaaeff93f8e9c0ae48b2e75ec19545147/0_RootFS/Rootfs/bundled/testsuite, needs building a new RootFS as well... This is an area where BB2 would hopefully be better and we can dynamically generate all these extra files on the file in one package, instead of having to build a new layer for each thing.... |
So that just needs to contain the source files of a |
Yes, it pretty much needs a Makefile to generate the executable and that's it.
Uhm, if I remember correctly that testsuite is also in BinaryBuilder tests, you'd need to duplicate the generation. For quick testing is probably fine, I think it'd be nicer to eventually have the Makefile in the testsuite though. |
No description provided.